home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / nettrek / changes < prev    next >
Text File  |  1994-06-30  |  5KB  |  131 lines

  1. Up to 2.3p8+:
  2.     Continuous mouse works, on servers that allow it.  The delay
  3.     setting on page 1 of options does nothing, use the one on page
  4.     5(Amiga Features) to time it by vblanks. (rc option
  5.     "amigaClickDelay") 
  6.  
  7.     Nifty Auto-save defaults, plus keys can be assigned for ANY
  8.     integer or boolean default that can be changed while playing.
  9.     click "Save Defaults" in the Options menu, and read the
  10.     comments it outputs in .paradisesaverc for more details on
  11.     assigning keys.  Also read that file for the names of almost
  12.     every default there is, plus legal values.  A few sample keys
  13.     are in ".keymap" as well.
  14.  
  15.     color bitmap code is "complete" ie - will use bitmaps for all
  16.         combinations of planet facilities.  Also, torps, torp dets,
  17.         explosions, sb explosions(except I haven't draw any yet! code
  18.         is in there.), and of course all ships.  Option "monobitmaps",
  19.     which can be toggled while playing, lets you switch between
  20.     normal or color bitmaps.  Ship bitmaps should be loading
  21.     faster, due to improved checking for empty bitmaps - It now
  22.     checks only the topmost square, and skips the whole column if
  23.     it's empty.  Means you'd better not make just one view for a
  24.     ship that's supposed to have the full 16 ;-)
  25.  
  26.     There is an option in the 'O' window "Reload ship bitmaps" ...
  27.     USE AT YOUR OWN RISK.  I think I screwed it up.  it does sort
  28.         of work. 
  29.  
  30.     enemyPhasers: 0-10,  draw enemy phasers as two lines, this
  31.     specifies how far apart, or 0 to do it the old way.
  32.     
  33.     continuous iff save for playback is out, sorry.  If anyone
  34.     wants it back, let me know.  F3 still saves one frame.
  35.  
  36.     Better window layout - this is just a matter of different rc
  37.     settings,  not a code change.
  38.  
  39.     Bugs fixed? Probably.  New bugs? Probably.
  40.  
  41. Up to 2.3p5+:
  42.  
  43. Unix side DNet server has changed to allow MetaServer support without
  44.     sintlink.  Please replace the old DNetrek.unix with the new one.
  45.  
  46. Full color graphics!  iff pics/brushes are used, check out the
  47.     graphics directory.  Paths can be changed with .xtrekrc
  48.     options.
  49.  
  50. Local and Map windows can be scaled differently!
  51.     This is legal and works now:
  52.  
  53.     local.geometry: 450x450+0+0
  54.     map.geometry: 400x400+450+0
  55.  
  56.     How useful this is I'm not sure.
  57.  
  58. The keyboard is now mapped properly, that is ctrl works for any key,
  59.     and alt+key performs key's DEFAULT action instead of what it's
  60.     been remapped to.  shift, ctrl, and alt also now work for
  61.     mouse buttons, just like the X version.
  62.  
  63. F-keys do things.  No more ctrl-keys that get stolen by the amiga
  64.        code.  Also, the help key brings up a brief Amiga-specific
  65.     help window.
  66.  
  67. AutoPoint was rearranged internally, I'm not sure there was any
  68.     noticeable effect on how it works..
  69.  
  70. New options for speech, speakGod, ignoreMultiple, a couple more.  Look
  71.     in the 'O'ptions menu, Amiga page.
  72.  
  73. Sound menu(ctrl-s) has been improved. (or if it wasn't in the last
  74.     version, added ;)
  75.  
  76. A Flight recorder!  see options in .xtrekrc, and -F command line
  77.     switch for playback.  This is what justifies the 16 color
  78.     bitmaps for ECS machines.  Some very pretty screenshots can
  79.     result 8)
  80.  
  81. F3 key saves a snapshot of the window you press it in.  Especially
  82.     useful with playback.  Saves are numbered from 0, movies
  83.     anyone?  option "snapshot.size: XxY"  says how much of the 
  84.     SCREEN to save with each snapshot.
  85.  
  86. Lots more stuff I've forgotten to mention, or is minor enough that
  87.     .xtrekrc should suffice.  
  88.  
  89. BIGGEST CHANGE OF ALL
  90. ---------------------
  91.   The thing's stable.  I mean it!  Hope this holds true for others...
  92.  
  93.   This particular version is a little sloppy, but should be "safe".
  94. If you have tried previous versions, you probably know what I mean.
  95. Occasioanlly you may have to kill it by hand.  Even then about 90% of
  96. the time it will exit cleanly.  The other 10% it will be stuck in a
  97. WaitIO call that's in the DNet library.  Sometimes, quitting DNet will
  98. break the client out of this, not always.  (the quitdnet program... no
  99. need to close the window.)
  100.  
  101.   Tech info on why it crashed on exit so often last version:  There
  102. are two functions named DeletePort() and DeleteMsgPort() in the OS.
  103. They are similar but not identical.  Always make sure you're using the
  104. right one...  I had the wrong one in one place in the sound code
  105. cleanup, that was it.
  106.  
  107. Other possible change:
  108.  
  109. my address? maybe.  Will probably move soon, but jrumsey@cs.ucr.edu is
  110. fine for the moment.  If it ever bounces, post to r.g.netrek or
  111. c.s.a.programmers and I will probably see it.
  112.  
  113.  
  114. NEW VERSION OF DNET?  MAYBE!  Eric's trying his best.  As I write
  115. this, we were both talking about putting them up last night ;)  So
  116. hopefully DNet 2.45 is on ocf.berkeley.edu, pub/amiga RIGHT NOW!
  117. If so, it should contain an option to turn off DNet's error correction
  118. and rely on the modem.  This is GREAT for Netrek.  Try it!  You will
  119. sometimes have problems with other DNet clients when using this
  120. option.  You've been warned.  I realize this sort of goes against the
  121. purpose of DNet, but if you're up/downloading and this option is in
  122. effect,  try not to do anything else ;)  Actually, downloads are
  123. usually fine, I've had problems with uploads often. :(
  124.  
  125.  
  126. Before 2.3p5+:
  127.  
  128. I didn't keep a change log!
  129.  
  130.  
  131.